#about-header{
	background: repeating-linear-gradient(
		45deg,
		#222,
		#222 20px,
		#650 20px,
		#650 40px
		);
	color: #fff;
	margin: 0;
	padding: 15px;
}

#about-header h1{
	margin-bottom: 0;
}
#about-header small{
	font-size: 10px;
	margin-left: 50px;
}

.link_collection img {
	background-color: #055;
	width: 24px;
	padding: 2px;
}

.link_collection img:hover {
	background-color: #0A4
}